From: Michael Ziegler Date: Thu, 4 Oct 2018 07:08:55 +0000 (+0200) Subject: add debhelper instructions to readme X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~8^2~33^2^2~10 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=66c0a699554f2a2ec4d397c8ba9653b43234770d;p=siridb-server.git add debhelper instructions to readme --- diff --git a/README.md b/README.md index 611aaaa7..7dac9b29 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,16 @@ Compile (replace Release with Debug for a debug build): cd ./Release make clean make -``` +``` + +Build Debian packages: + +``` +apt-get install devscripts lintian +git archive -o ../siridb-server_2.0.29.orig.tar.gz master +debuild -us -uc +``` + #### OSX Install the following requirements: ```